Fixed files encoding
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Thu, 6 Feb 2025 19:02:48 +0000 (20:02 +0100)
committerAbou Al Montacir <abou.almontacir@sfr.fr>
Thu, 6 Feb 2025 19:02:48 +0000 (20:02 +0100)
commit59d7b2660bae086b98302fcaa46c26162b51b7e9
tree4fbeae79b47d7028de005aff687c0759be8c37e4
parent1b7318d2d7da310ecf64962ea562cfa8ef421d91
Fixed files encoding

Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02

Some files are distributed by upstream in national encoding. This patch
converts them to unicode.

The convertion was doen using the follwong commands:
recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
recode latin1..UTF-8 demo/os2/pmdemo1.h

The two last files requiered additional manual fix.

Gbp-Pq: Name Fixed-files-encoding.patch
demo/os2/pmdemo1.h
fpcsrc/packages/fcl-base/examples/testreg.pp
fpcsrc/rtl/os2/tests/pmdemo1.h